Remove explicit pointer grabs, since they are no longer necessary.
authorOwen Taylor <otaylor@redhat.com>
Mon, 16 Apr 2001 20:33:03 +0000 (20:33 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Mon, 16 Apr 2001 20:33:03 +0000 (20:33 +0000)
commit12aa8608ed71361b58f14a287060dc10f3514b8c
treee1b7d7746d8a78021a1977416e8f47eccedcc4b0
parent0e432245a46be7a03783645aadc364ec456f9d83
Remove explicit pointer grabs, since they are no longer necessary.

Mon Apr 16 14:38:41 2001  Owen Taylor  <otaylor@redhat.com>

* gtk/gtklist.c gtk/gtklistitem.c: Remove explicit pointer
grabs, since they are no longer necessary.

* gtk/gtkcombo.c (gtk_combo_popup_button_press): Fix #52926
by signal_connect() and call gtk_button_pressed() rather
than signal_connect_after().

* tests/testgtk.c: Restore radio menu items to combos
since they'll look OK with Raleigh, and it is easier
than finishing the process of removing them that was
started earlier.
gtk/gtkcombo.c
gtk/gtklist.c
gtk/gtklistitem.c
tests/testgtk.c